JavaScript

A5.PanelNavigatorremovePanel Method

Syntax

A5.PanelNavigator.removePanel(panel)

Arguments

panelstring

The name of the panel to remove.

Description

Remove a panel from the navigator.

Example

// assume pObj is a pointer to a panel class
pObj.removePanel('h1'); // remove the panel named "h1" from the panel navigator